Created: 2022-10-02
A parser is a program that is part of the compiler, parsing is part of the compiling process.
Parsing happens during the analysis stage of compilation:
Parser is just a small part of the compiler